Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal destinationImage As RasterImage, _ ByVal destinationPoints() As LeadPoint, _ ByVal sourceRectangle As LeadRect, _ ByVal flags As CombineWarpCommandFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim destinationImage As RasterImage Dim destinationPoints() As LeadPoint Dim sourceRectangle As LeadRect Dim flags As CombineWarpCommandFlags Dim instance As New CombineWarpCommand(destinationImage, destinationPoints, sourceRectangle, flags) |
C# | |
---|---|
public CombineWarpCommand( RasterImage destinationImage, LeadPoint[] destinationPoints, LeadRect sourceRectangle, CombineWarpCommandFlags flags ) |
C++/CLI | |
---|---|
public: CombineWarpCommand( RasterImage^ destinationImage, array<LeadPoint>^ destinationPoints, LeadRect sourceRectangle, CombineWarpCommandFlags flags ) |
Parameters
- destinationImage
- The destination image for the command.
- destinationPoints
- An array that contains the four points that define the warp area in the destination image.
- sourceRectangle
- Defines the area of the source image to be warped.
- flags
- Flags that indicate the type of interpolation to use, if interpolation is used.
For an example, refer to CombineWarpCommand.
destinationImage will hold the result of combing this image with the image passed to the RasterCommand.Run method.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7